DevForce Help Reference
ResolvedEntities Property


The entities fetched by the asynchronous navigation.
Syntax
'Declaration
 
Public ReadOnly Property ResolvedEntities As RelatedEntityList(Of T)
'Usage
 
Dim instance As PendingEntityListResolvedEventArgs(Of T)
Dim value As RelatedEntityList(Of T)
 
value = instance.ResolvedEntities
public RelatedEntityList<T> ResolvedEntities {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PendingEntityListResolvedEventArgs<T> Class
PendingEntityListResolvedEventArgs<T> Members

Send Feedback